←Select platform

Process(RasterImage,int,int,IList<PageAlignment>) Method

Summary

Performs field processing on the form image.

Syntax

C#
VB
C++
public void Process( 
   RasterImage form, 
   int firstPageNumber, 
   int lastPageNumber, 
   IList<PageAlignment> formAlignment 
) 
  
Public Overloads Sub Process( _ 
   ByVal form As Leadtools.RasterImage, _ 
   ByVal firstPageNumber As Integer, _ 
   ByVal lastPageNumber As Integer, _ 
   ByVal formAlignment As IList(Of PageAlignment) _ 
)  
public: 
void Process(  
   Leadtools.RasterImage^ form, 
   int firstPageNumber, 
   int lastPageNumber, 
   IList<PageAlignment^>^ formAlignment 
)  

Parameters

firstPageNumber
First form page to process. It is a 1-based value.

lastPageNumber
Last form page to process. It is a 1-based value.

formAlignment
A value that indicates the Form Alignment. Alignment matches a Leadtools.Forms.LogicalRectangle that represents a specific area in the Master Form to its equivalent area in the Form. If it is null the fields will be aligned depending on the image resolution.

Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly